home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / applications / 1470 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.0 KB

  1. Path: bradford.ac.uk!djbaker
  2. From: D.J.Baker@bradford.ac.uk (David Baker)
  3. Newsgroups: comp.sys.amiga.applications
  4. Subject: Re: Commodore-64
  5. Date: 1 Feb 1996 12:09:07 GMT
  6. Organization: The Mower Liberation Front
  7. Distribution: world
  8. Message-ID: <4eqah3$655@columbia.acc.brad.ac.uk>
  9. References: <1996Jan31.154620.1@animal>
  10. NNTP-Posting-Host: ccw414.acc.brad.ac.uk
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. romano@animal.fhhosp.ab.ca wrote:
  14.  
  15. : Hi,
  16.  
  17. : I realize this is the Amiga users group but I don't know where to post this
  18. : message. This is the closest thing I could find. Ignorance is bliss?
  19.  
  20. : I have an old commodore-64 that I need help with. It has a 5.25 floopy disk
  21. : drive that I would like to load programs from. What are the steps to do this? 
  22. : When I go to load any program and run it the end result is:
  23. :  "Please press play on tape". I haven't used the machine in years and have no 
  24. : documentation. The commands I am currently using are:
  25.  
  26. : LOAD "$", 8
  27.  
  28. : -> Ready
  29.  
  30. : LIST
  31.  
  32. : -> listing of floopy directory. 
  33.  
  34. : LOAD "filename", 8
  35.  
  36. : -> Ready
  37.  
  38. : What do I do next? All my next attempts wind up as either "Syntax error" or 
  39. : "Please press play on tape"
  40.  
  41. Depends!
  42.  
  43. BASIC C=64 programs would work by typing RUN
  44.  
  45. But, often the C=64 loads programs into direct areas of memory; BUT THIS WILL
  46. ONLY WORK IF YOU TYPE
  47.  
  48. LOAD"filename",8,1
  49.  
  50. the ,8,1 tells it to load it where the program wants to be!
  51.  
  52. now, typing RUN should work fine.
  53.  
  54. It is almost always best to type ,8,1 at the end...
  55.  
  56. Have fun
  57.  
  58. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~||
  59. \      David Baker [d.j.baker@bradford.ac.uk]     |Mowers Unite     ||
  60.  \________________________________________________|_________________||
  61.  /`Self-Preservation is the first Law of Nature,  | Julia, Minoc,   ||
  62. /   Self-Sacrifice, the Highest Rule of Grace.'   |   Ultima IV.    ||
  63. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~||
  64.                                                                     ||
  65.  
  66.